home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / gcc / ixemlsdk.lha / include / sys / signal.h < prev    next >
C/C++ Source or Header  |  1996-03-13  |  190b  |  11 lines

  1. #ifndef    _SYS_SIGNAL_H_
  2. #define    _SYS_SIGNAL_H_
  3. #include <signal.h>
  4.  
  5. /*
  6.  * If addr cannot be computed it is set to SIG_NOADDR.
  7.  */
  8. #define SIG_NOADDR    ((char *)~0)
  9.  
  10. #endif    /* _SYS_SIGNAL_H_ */
  11.